php class instance

37

$class = '\Foo\Bar\MyClass'; 
$instance = new $class();

Comments

Submit
0 Comments